func math/big.euclidUpdate
3 uses
math/big (current package)
int.go#L736: func euclidUpdate(A, B, Ua, Ub, q, r *Int, extended bool) (nA, nB, nr, nUa, nUb *Int) {
int.go#L804: A, B, r, Ua, Ub = euclidUpdate(A, B, Ua, Ub, q, r, extended)
int.go#L812: A, B, r, Ua, Ub = euclidUpdate(A, B, Ua, Ub, q, r, extended)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)